Welcome![Sign In][Sign Up]
Location:
Search - dda algorithm

Search list

[Graph programDDA

Description: 直线的数字微分算法-Algorithm for digital differential of straight line.
Platform: | Size: 26979 | Author: 尹章才 | Hits:

[Special Effects0102050202

Description: 计算机图形学设计,实现画线、画圆、画多边形,用DDA算法实现画线,用Bresenham 算法实现画圆。还有实现区域的填充和多边形的裁剪,填充用种子填充算法,多边形的裁剪用的是Sutherland_Hodgman算法!本程序只是实现这些算法,如要使用,还可以进行完善!谢谢!-computer graphics design, realization of line drawing, Circle, drawing polygons, DDA algorithm used for line drawing, Bresenham algorithm using Circle. There achieve regional and filled polygon clipping and filled with seed filling algorithm, Polygon is using the cutting Sutherland_Hodgman algorithm! The procedure is only achieve these algorithms to use, can also make perfect! Thank you!
Platform: | Size: 56188 | Author: 张建 | Hits:

[OpenGL programdrawPolygon

Description: VC++和OpenGL实现画多边形,其中画每一边用DDA算法.-VC and OpenGL drawing polygons, which each side painted with DDA algorithm.
Platform: | Size: 398401 | Author: jygjay | Hits:

[Graph program371

Description: 一个图形学的小房子,主要应用DDA算法,和内点区域填充,DDA算法,还有延迟-a small house, the main application of DDA algorithm, and points within the region to fill the DDA algorithm, the delay
Platform: | Size: 1358 | Author: 漫天 | Hits:

[Graph programEX602

Description: 计算机图形学:直线DDA算法2-Computer Graphics : linear DDA Algorithm 2
Platform: | Size: 68255 | Author: 乐振望 | Hits:

[OpenGL programDDA

Description: DDA 算法 achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm
Platform: | Size: 987 | Author: minglus | Hits:

[Multimedia programsray_GPU

Description: CUDA Ray tracer, 3D-DDA algorithm in homogeneous medium. Useful for wave-eq. approximation, with respect of wavefront propagation, and so applicable for imaging, sound and seismic simulations.
Platform: | Size: 2111988 | Author: Mario Vigliar | Hits:

[Other resourcedda-line

Description: 一个小小的算法供大家参考、 如果有可能可以给我电子邮件 谢谢!-a little algorithm for your reference, if I may be able to e-mail, thank you!
Platform: | Size: 2162 | Author: 王明 | Hits:

[CSharpline_dda

Description: 这学期选修图形学的时候用c#写的实现dda算法的代码.-this semester elective graphics when used to write c # dda algorithm for the realization of the code.
Platform: | Size: 44822 | Author: 梁志宏 | Hits:

[Graph programddaaine

Description: 基于DDA算法的画线算法-algorithm based on the DDA's line drawing algorithm
Platform: | Size: 34816 | Author: 杨易 | Hits:

[Graph DrawingZhuYouyong

Description: 直线的DDA,bresenham算法画图 圆的bresenham算法画图 椭圆的bresenham算法画图 均匀B样条曲线算法画图 多边形的Y-X填充算法画图 动态三维立体图形的正透视投影图-linear DDA, bresenham algorithm for drawing a round of bresenham algorithm to draw the ellipse drawing algorithm bresenham uniform B-spline curves polygon drawing algorithm Y-X filling algorithm drawing dynamic 3D graphics is the perspective projection map
Platform: | Size: 1972224 | Author: 朱友勇 | Hits:

[Graph Drawingdda-line

Description: 一个小小的算法供大家参考、 如果有可能可以给我电子邮件 谢谢!-a little algorithm for your reference, if I may be able to e-mail, thank you!
Platform: | Size: 2048 | Author: 王明 | Hits:

[Other图形学直线和圆的生成算法

Description: 掌握直线和圆的生成算法,分别用DDA法和中点画线法在屏幕上画两条直线段-grasp of linear and circular generation algorithm, respectively DDA Act and the dotted lines in the screen painting of two straight
Platform: | Size: 1024 | Author: | Hits:

[GDI-BitmapGraphics12

Description: 图形学 包括直线DDA、中点算法,圆的中点、正负算法,线宽控制。射线填充等算法-linear graphics including DDA, the midpoint algorithm, the midpoint of the round, plus or minus algorithm, linewidth control. Ray fill in the blanks Algorithm
Platform: | Size: 22528 | Author: 张欣 | Hits:

[2D GraphicBresenham算法编程演示

Description: Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle, ellipse, and so on the basis of graphics courses curriculum design.
Platform: | Size: 8192 | Author: susu | Hits:

[GDI-Bitmapgraphic_demo

Description: 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students learning graphics and engineering staff a good tool, they demonstrated a dynamic graphics generation process, the detailed source code so that you can run after the paste, including DDA, resenham, point by point comparison Linear Algorithm; Bresenham, DDA, the midpoint Circle algorithm; N bezier, spline, Bspling, Hermite curve generation algorithm; single, bilinear, Bezier surface generation algorithm; vector, Character generation algorithm; scanning fill the seed filling algorithm, polygons, linear cutting algorithm; translation ratio, rotation, symmetric origin , Shear Transform algorithm;
Platform: | Size: 806912 | Author: 冯宾 | Hits:

[EditBoxDDAline1

Description: 计算机图形学,利用DDA算法,中点画线算法,实现直线的绘制-computer graphics, the use of DDA algorithm, which dotted line algorithm, achieving a linear mapping
Platform: | Size: 1024 | Author: cyz | Hits:

[OpenGL programangel_22

Description: 这是根据DDA 算法,作的画直线的例子 自己做的,绝不参考-This algorithm is based on DDA, the painting line for example do for myself, not reference
Platform: | Size: 1024 | Author: 利好 | Hits:

[Othershukong

Description: 这是一个数控系统的插补程序,实现逐点比较法和DDA算法的圆弧插补功能-This is a CNC system interpolation procedures, a case-by-point comparison to achieve law and the DDA circular interpolation algorithm functions
Platform: | Size: 2092032 | Author: 朱敏伟 | Hits:

[Special Effects2006010511

Description: dda、bresenham 画直线 ,bresenham 画圆 ,填充算法,几何变换(平移、缩放、旋转等), 小型绘图软件(用鼠标绘制直线、矩形、多边形、圆、填充、平移)-dda, bresenham painting straight bresenham Circle, filling algorithm, Geometric Transformations (translation, scaling, rotating, etc.), small graphics software (using the mouse drawing straight lines, rectangles, polygons, round, filling, translation)
Platform: | Size: 755712 | Author: 唐伟 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 23 »

CodeBus www.codebus.net